home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 February / PCWorld_2001-02_cd.bin / Novinky / Becherovka / KoktejlovePexeso-oldes / pexeso.swf / scripts / DefineButton2_280 / BUTTONCONDACTION on(release).as
Text File  |  2000-12-04  |  168b  |  12 lines

  1. on(release){
  2.    tellTarget("../deska")
  3.    {
  4.       gotoAndStop("konec");
  5.    }
  6.    tellTarget("../hodiny")
  7.    {
  8.       gotoAndPlay(1);
  9.    }
  10.    gotoAndStop(1);
  11. }
  12.